Standard value tables are suitable for moderate to large lists that you do not want users to be able to edit. Tables may have multiple columns of data, which makes them much more useful for cascading value lists, that is, lists that only show values related to the selection of a specific value in another value list. A single table is also useful for storing multiple columns of related data that can be used as value lists for multiple properties. Table data is presented on a property page by way of a VBScript expression.
Table data is stored outside of the Meridian vault in a Microsoft Access or Microsoft SQL Server Compact Edition database depending on the Meridian version and platform (32-bit or 64-bit). Table data stored in Microsoft Access is not editable with the 64-bit edition of Meridian Configurator and must be edited with Microsoft Access instead. Table data stored in Microsoft SQL Server Compact Edition is not editable with Meridian Configurator running on a workstation and must be edited on the server.
To create a table:
Click Apply to save your changes.
Note If the new table is stored in SQL Server Compact Edition and you do not save your changes before adding columns, your changes will not be saved.
Note Column names cannot be the same as any Microsoft Jet reserved words.
To change the order in which the new column is displayed, select the column and click the arrow buttons
in the upper-right corner of the page.
Note After you save the table’s definition in step 10, you cannot change the columns’ order using the Configurator. You must use the native database administration tools instead. If the table is stored in Microsoft Access, you can open the table in Microsoft Access using the Open in Microsoft Access button in the lower-left corner of the page when not editing the table in Configurator. Microsoft Access must be installed on the current computer to open the file successfully. If the table is stored in SQL Server Compact Edition, you can open the table in SQL Server Management Studio.
To edit an existing table:
Edit the existing values or click the asterisk (*) in the last row of the table to create a new row.
Note If the table is stored in Microsoft Access, you can edit the table in Microsoft Access using the Open in Microsoft Access button in the lower-left corner of the page when not editing the table in Configurator. Microsoft Access must be installed on the current computer to open the file successfully.
By default, all security roles are granted all privileges to new tables and tables that are imported to a vault’s configuration.
To restrict the security privileges for a table:
You may now create a VBScript function to retrieve data from the table, as described in the BlueCielo Meridian Enterprise VBScript API Reference.
If the table data is stored in Microsoft Access, all of the tables for the same vault are stored in an Microsoft Access database located in a subfolder of the BC-Meridian Extensions folder on the Meridian server. The name of the subfolder is the same as the name of the vault where it is used. The name of the database is <VaultName>$LL.MDB. For example, the database for a Meridian vault named MyVault would be:
<Drive>:\BC-Meridian Extensions\MyVault\MyVault$LL.MDB